toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.autoconfiguredspringrestdocs.withrestassured
Package-level
declarations
Types
Types
My
Rest
Docs
Configuration
Link copied to clipboard
@
TestConfiguration
(
proxyBeanMethods
=
false
)
open
class
MyRestDocsConfiguration
:
RestDocsRestAssuredConfigurationCustomizer
@
TestConfiguration
(
proxyBeanMethods
=
false
)
class
MyRestDocsConfiguration
:
RestDocsRestAssuredConfigurationCustomizer
My
User
Documentation
Tests
Link copied to clipboard
@
SpringBootTest
(
webEnvironment
=
SpringBootTest.WebEnvironment.RANDOM_PORT
)
@
AutoConfigureRestDocs
class
MyUserDocumentationTests